home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / U.S. System Software / System 7 Pro™ Beta 11 / Development Tools / Sample Code / Standard Mail / MiniMailer Info < prev   
Encoding:
Text File  |  1993-06-16  |  668 b   |  14 lines  |  [ttro/ttxt]

  1. MiniMailer
  2.  
  3. This simple demo illustrates creating a mail message from within an application. It is the simplest possible implementation of this capability. In particular, note that this is not a complete Macintosh application.
  4.  
  5. MiniMailer was written as a test-bed so that simple developer questions about sending mail that required small code tweaks could be debugged quickly. Several of these are present in the MiniMailer application.
  6.  
  7. MiniMailer is not intended as other than a minimal introduction to the Standard Mailer. In particular, it does not receive mail or do more than the simplest possible "send."
  8.  
  9. Development Environment
  10.     Think C 6.0
  11.     MPW 3.2
  12.  
  13.  
  14.